home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000503_kb@cs.umb.edu_Mon Apr 25 02:51:15 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from terminus.cs.umb.edu by cs.umb.edu with SMTP id AA24560
  2.   (5.65c/IDA-1.4.4 for <tex-k-exp@cs.umb.edu>); Mon, 25 Apr 1994 06:51:23 -0400
  3. Received: by terminus.cs.umb.edu id AA04294
  4.   (5.65c/IDA-1.4.4 for tex-k); Mon, 25 Apr 1994 06:51:15 -0400
  5. Date: Mon, 25 Apr 1994 06:51:15 -0400
  6. From: "K. Berry" <kb@cs.umb.edu>
  7. Message-Id: <199404251051.AA04294@terminus.cs.umb.edu>
  8. To: mckenney_e@caltech.edu
  9. Cc: tex-k@cs.umb.edu
  10. Subject: Re: MakeTeXPK question
  11.  
  12.     How often should I expect MakeTeXPK to have to make fonts?
  13.  
  14. Once.
  15.  
  16.     Metafont and begins to crank out what look like page numbers.
  17.  
  18. Those are character codes, actually.
  19.  
  20.     It claims to put the result in some file with a font-like
  21.     name, but I can never find it.  No postscript file for the
  22.  
  23. Look in the MakeTeXPK script and see what the definition of DESTDIR is.
  24. The result is put into $DESTDIR, in a subdirectory named for the mode.
  25. You can put an
  26. echo $DESTDIR >&2
  27. into the script somewhere if you want to see what it is as it runs.
  28.  
  29.     input file is generated (at least nowhere I can find it).
  30.  
  31. It's sent to the printer by default (although you said you changed that?
  32. In that case, it's sent to wherever you changed it to). Use dvips -o foo
  33. to send output to the file foo.
  34.  
  35.     My current solution is to "uninstall" MakeTeXPK by renaming
  36.     it; then everything runs just as I expect it to.  But what
  37.  
  38. You mean it can find the fonts? It doesn't substitute cmr10 for
  39. everything? I don't understand this.
  40.  
  41.     is going wrong, that I have to do this for it to work?
  42.  
  43. I don't know. Maybe MakeTeXPK's $DESTDIR is not in the font path, so
  44. dvips isn't searching where the fonts end up? Just a guess. What does
  45. dvips say after it runs MakeTeXPK. If you send a transcript of a dvips
  46. run, I might be able to guess some more...
  47.  
  48.     I have not yet installed pk300, but that was supposedly
  49.     optional.
  50.  
  51. It's optional because MakeTeXPK can make the fonts dynamically :-)
  52. You do need the fonts to actually print anything (unless you use the
  53. builtin fonts exclusively, but never mind, that's not the issue).
  54.  
  55. Hope this helps.